libxlu: avoid linker warnings
authorJan Beulich <jbeulich@suse.com>
Mon, 2 Nov 2015 14:28:33 +0000 (15:28 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 2 Nov 2015 14:28:33 +0000 (15:28 +0100)
commit5a647406c0fe1d3ed801019b7bde0be32effaea9
treedb0d2b3c4583b73057d67d17dd75ea8f06e76445
parent83a20172cc70cc579afb8a9e539a0408a533c31d
libxlu: avoid linker warnings

Recent ld warns about libxenlight.so's dependency libraries not being
available, which can be easily avoided by not just passing the raw
library name on ld's command line.

In the course of checking how things fit together (I originally
suspected the warning to come from the linking of xl) I also noticed a
stray L in SHLIB_libxenguest, which gets removed at once.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/Rules.mk
tools/libxl/Makefile